hunt-snapshot-0_10_7 ~master (2019-09-12T04:35:55Z)
Dub
Repo
ElementExpression
hunt
templates
element
Undocumented in source.
class
ElementExpression :
Element
{
Function
func
;
ElementExpression
[]
args
;
string
command
;
JSONValue
result
;
this
();
this
(Function function_);
}
Constructors
this
this
()
Undocumented in source.
this
this
(Function function_)
Undocumented in source.
Members
Variables
args
ElementExpression
[]
args
;
Undocumented in source.
command
string
command
;
Undocumented in source.
func
Function
func
;
Undocumented in source.
result
JSONValue
result
;
Undocumented in source.
Inherited Members
From Element
type
Type
type
;
Undocumented in source.
inner
string
inner
;
Undocumented in source.
children
Element
[]
children
;
Undocumented in source.
Meta
Source
See Implementation
hunt
templates
element
classes
Element
ElementComment
ElementConditionBranch
ElementConditionContainer
ElementExpression
ElementLoop
ElementString